Feature: Crear un post,agregarle una url, publicarlo, validar la url, eliminarlo validar que la pagina ya no existe
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 9.448s |
Scenario: Como autor creo un post, le agrego url, lo elimino y luego valido que no existe
Before
0m 2.204s
Given
I go to page "<HOST>" "ghost/#/signin"
0m 6.963s
And
I sign in with "<USERNAME>" and "<PASSWORD>"
0m 1.423s
When
I click new post
0m 1.983s
And
I set post attributes title "$number_1" and body "$string_1"
0m 0.955s
And
I press settings button
0m 0.842s
And
I set url field to "$name_2"
0m 0.699s
And
I close settings menu
0m 0.848s
And
I publish the post
0m 1.448s
And
I go to page "<HOST>" "$$name_2"
0m 8.787s
Then
I check page full title with "$$number_1"
0m 6.107s
And
I go to page "<HOST>" "ghost/#/posts?type=published"
0m 6.650s
And
I Click a post with title "$$number_1"
0m 3.119s
And
I press settings button
0m 0.815s
And
I click delete from settings
0m 5.815s
And
I delete post
0m 6.045s
And
I go to page "<HOST>" "ghost/#/posts?type=published"
0m 6.087s
Then
I validate the post with "$number_1" not exists
0m 1.200s
And
I go to page "<HOST>" "$$name_2"
0m 6.316s
Then
I can not get page
0m 1.113s
After
0m 0.029s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I go to page "<HOST>" "ghost/#/signin"
And
I sign in with "<USERNAME>" and "<PASSWORD>"
When
I click new post
And
I set post attributes title "$number_1" and body "$string_1"
And
I press settings button
And
I set url field to "$name_2"
And
I close settings menu
And
I publish the post
And
I go to page "<HOST>" "$$name_2"
Then
I check page full title with "$$number_1"
And
I go to page "<HOST>" "ghost/#/posts?type=published"
And
I Click a post with title "$$number_1"
And
I press settings button
And
I click delete from settings
And
I delete post
And
I go to page "<HOST>" "ghost/#/posts?type=published"
Then
I validate the post with "$number_1" not exists
And
I go to page "<HOST>" "$$name_2"
Then
I can not get page
After
NO IMAGE AVAILABLE